home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / clientli.sit / Client List 3 / Client List 3 / background_2637.txt < prev    next >
Encoding:
Text File  |  1988-02-17  |  19.1 KB  |  913 lines

  1. -- background: 2637 from stack: in
  2. -- bmap block id: 2898
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: File Card
  6.  
  7.  
  8. -- part 6 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=476 top=231 right=256 bottom=504
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   Visual effect scroll right
  23.   go to prev card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 7 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=477 top=201 right=226 bottom=505
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1013 / 1013
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   Visual effect scroll left
  43.   go to next card
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 8 (button)
  49. -- low flags: 00
  50. -- high flags: 2000
  51. -- rect: left=476 top=261 right=286 bottom=504
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 1012 / 1012
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Return
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   push recent card
  63.   Visual effect barn door open
  64.   pop card
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 9 (button)
  70. -- low flags: 00
  71. -- high flags: A002
  72. -- rect: left=6 top=152 right=171 bottom=48
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: View
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   show all cards
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 10 (button)
  89. -- low flags: 00
  90. -- high flags: A002
  91. -- rect: left=50 top=172 right=191 bottom=92
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Home
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   push card
  103.   visual effect iris close
  104.   go home
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 35 (button)
  110. -- low flags: 00
  111. -- high flags: A002
  112. -- rect: left=6 top=172 right=191 bottom=48
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Sort
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   answer "Sort all cards of this stack according to:" with "Name" or "Co Name" or "Catagory"
  124.   if it is "Name"
  125.   then sort by Last word of first line of field "Name"
  126. else if it is "Co Name"
  127. then sort by first word of first line of field "Company Name"
  128. else if it is "Catagory"
  129. then sort by first word of first line of field "cat"
  130. end mouseUp
  131.  
  132.  
  133.  
  134. -- part 44 (field)
  135. -- low flags: 00
  136. -- high flags: 2001
  137. -- rect: left=309 top=103 right=124 bottom=477
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 0
  141. -- font id: 2
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: cat
  146.  
  147.  
  148. -- part 46 (button)
  149. -- low flags: 00
  150. -- high flags: A002
  151. -- rect: left=50 top=152 right=171 bottom=92
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: Find
  160. ----- HyperTalk script -----
  161. on mouseUp
  162.   doMenu "FIND..."
  163. end mouseUp
  164.  
  165.  
  166.  
  167. -- part 48 (field)
  168. -- low flags: 00
  169. -- high flags: 6001
  170. -- rect: left=95 top=23 right=44 bottom=477
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 0
  174. -- font id: 2
  175. -- text size: 12
  176. -- style flags: 256
  177. -- line height: 16
  178. -- part name: Name
  179.  
  180.  
  181. -- part 42 (field)
  182. -- low flags: 00
  183. -- high flags: 2000
  184. -- rect: left=157 top=224 right=245 bottom=401
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 0 / 0
  187. -- text alignment: 0
  188. -- font id: 4
  189. -- text size: 12
  190. -- style flags: 0
  191. -- line height: 12
  192. -- part name: Home Phone
  193.  
  194.  
  195. -- part 49 (field)
  196. -- low flags: 00
  197. -- high flags: 6001
  198. -- rect: left=95 top=43 right=64 bottom=477
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 0
  202. -- font id: 2
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: Company Name
  207.  
  208.  
  209. -- part 50 (field)
  210. -- low flags: 00
  211. -- high flags: 6001
  212. -- rect: left=95 top=63 right=85 bottom=477
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 0 / 0
  215. -- text alignment: 0
  216. -- font id: 2
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: ADDRESS
  221.  
  222.  
  223. -- part 52 (field)
  224. -- low flags: 00
  225. -- high flags: 6007
  226. -- rect: left=94 top=124 right=203 bottom=510
  227. -- title width / last selected line: 0
  228. -- icon id / first selected line: 0 / 0
  229. -- text alignment: 0
  230. -- font id: 4
  231. -- text size: 9
  232. -- style flags: 0
  233. -- line height: 12
  234. -- part name: Notes
  235.  
  236.  
  237. -- part 51 (field)
  238. -- low flags: 00
  239. -- high flags: 6001
  240. -- rect: left=95 top=83 right=104 bottom=477
  241. -- title width / last selected line: 0
  242. -- icon id / first selected line: 0 / 0
  243. -- text alignment: 0
  244. -- font id: 2
  245. -- text size: 12
  246. -- style flags: 0
  247. -- line height: 16
  248. -- part name: CSZ
  249.  
  250.  
  251. -- part 56 (field)
  252. -- low flags: 00
  253. -- high flags: 2000
  254. -- rect: left=157 top=204 right=225 bottom=401
  255. -- title width / last selected line: 0
  256. -- icon id / first selected line: 0 / 0
  257. -- text alignment: 0
  258. -- font id: 4
  259. -- text size: 12
  260. -- style flags: 0
  261. -- line height: 12
  262. -- part name: Work Phone
  263.  
  264.  
  265. -- part 60 (button)
  266. -- low flags: 00
  267. -- high flags: 2000
  268. -- rect: left=140 top=224 right=239 bottom=157
  269. -- title width / last selected line: 0
  270. -- icon id / first selected line: 16560 / 16560
  271. -- text alignment: 1
  272. -- font id: 0
  273. -- text size: 12
  274. -- style flags: 0
  275. -- line height: 16
  276. -- part name: Dial Home
  277. ----- HyperTalk script -----
  278. on mouseUp
  279.   global mode,string,len,baud,stop,parity,data,ds
  280.   put OpenModem(baud,stop,parity,data,1,buf) into input
  281.   if "0123456789(*#" contains first character of Field "Home Phone"
  282.   then
  283.   set hilite of bkgnd button "Dial Home" to false
  284.   put field "Field 2" into DS
  285.   put DS && field "Home Phone" & return into string
  286.   put the length of string into len
  287.   put DoModem(mode,string,len) into str
  288. else
  289.   set hilite of bkgnd button "Dial Home" to false
  290.   Ask "Dial what number?"
  291.   if it <= 0 then exit mouseUp
  292.   else
  293.     put field "Field 2" into DS
  294.     put DS && it & return into string
  295.     put the length of string into len
  296.     put DoModem(mode,string,len) into str
  297.   end if
  298. end if
  299. if FIELD "A2" = "ΓÇó"
  300. then
  301. if field "Field 2" = "ATDP"
  302. then
  303. wait 15 seconds
  304. put "ATH0" into DS
  305. put DS & return into string
  306. put the length of string into len
  307. put DoModem(mode,string,len) into str
  308. else
  309.   wait 5 seconds
  310.   put "ATH0" into DS
  311.   put DS & return into string
  312.   put the length of string into len
  313.   put DoModem(mode,string,len) into str
  314. end if
  315. end if
  316. end mouseUp
  317.  
  318.  
  319.  
  320. -- part 62 (button)
  321. -- low flags: 00
  322. -- high flags: 2000
  323. -- rect: left=140 top=204 right=220 bottom=157
  324. -- title width / last selected line: 0
  325. -- icon id / first selected line: 16560 / 16560
  326. -- text alignment: 1
  327. -- font id: 0
  328. -- text size: 12
  329. -- style flags: 0
  330. -- line height: 16
  331. -- part name: Dial Work
  332. ----- HyperTalk script -----
  333. on mouseUp
  334.   global input,mode,string,len,baud,stop,parity,data,ds
  335.   put OpenModem(baud,stop,parity,data,1,buf) into input
  336.   if "0123456789(*#" contains first character of Field "Work Phone"
  337.   then
  338.   set hilite of bkgnd button "Dial Work" to false
  339.   put field "Field 1" into DS
  340.   put DS && field "Work Phone" & return into string
  341.   put the length of string into len
  342.   put DoModem(mode,string,len) into str
  343. else
  344.   set hilite of bkgnd button "Dial Work" to false
  345.   Ask "Dial what number?"
  346.   if it <= 0 then exit mouseUp
  347.   else
  348.     put field "Field 1" into DS
  349.     put DS && it & return into string
  350.     put the length of string into len
  351.     put DoModem(mode,string,len) into str
  352.   end if
  353. end if
  354. if FIELD "A1" = "ΓÇó"
  355. then
  356. if field "Field 1" = "ATDP"
  357. then
  358. wait 15 seconds
  359. put "ATH0" into DS
  360. put DS & return into string
  361. put the length of string into len
  362. put DoModem(mode,string,len) into str
  363. else
  364.   wait 5 seconds
  365.   put "ATH0" into DS
  366.   put DS & return into string
  367.   put the length of string into len
  368.   put DoModem(mode,string,len) into str
  369. end if
  370. end if
  371. end mouseUp
  372.  
  373.  
  374.  
  375. -- part 88 (field)
  376. -- low flags: 00
  377. -- high flags: 2001
  378. -- rect: left=95 top=102 right=124 bottom=229
  379. -- title width / last selected line: 0
  380. -- icon id / first selected line: 0 / 0
  381. -- text alignment: 0
  382. -- font id: 2
  383. -- text size: 12
  384. -- style flags: 0
  385. -- line height: 16
  386. -- part name: ZIP
  387.  
  388.  
  389. -- part 90 (button)
  390. -- low flags: 00
  391. -- high flags: 2000
  392. -- rect: left=141 top=244 right=261 bottom=157
  393. -- title width / last selected line: 0
  394. -- icon id / first selected line: 16560 / 16560
  395. -- text alignment: 1
  396. -- font id: 0
  397. -- text size: 12
  398. -- style flags: 0
  399. -- line height: 16
  400. -- part name: Dial Pager
  401. ----- HyperTalk script -----
  402. on mouseUp
  403.   global mode,string,len,baud,stop,parity,data,ds
  404.   put OpenModem(baud,stop,parity,data,1,buf) into input
  405.   if "0123456789(*#" contains first character of Field "Pager"
  406.   then
  407.   set hilite of bkgnd button "Dial Pager" to false
  408.   put field "Field 3" into DS
  409.   put DS && field "Pager" & return into string
  410.   put the length of string into len
  411.   put DoModem(mode,string,len) into str
  412. else
  413.   set hilite of bkgnd button "Dial Pager" to false
  414.   Ask "Dial what number?"
  415.   if it <= 0 then exit mouseUp
  416.   else
  417.     put field "Field 3" into DS
  418.     put DS && it & return into string
  419.     put the length of string into len
  420.     put DoModem(mode,string,len) into str
  421.   end if
  422. end if
  423. if FIELD "A3" = "ΓÇó"
  424. then
  425. if field "Field 3" = "ATDP"
  426. then
  427. wait 15 seconds
  428. put "ATH0" into DS
  429. put DS & return into string
  430. put the length of string into len
  431. put DoModem(mode,string,len) into str
  432. else
  433.   wait 5 seconds
  434.   put "ATH0" into DS
  435.   put DS & return into string
  436.   put the length of string into len
  437.   put DoModem(mode,string,len) into str
  438. end if
  439. end if
  440. end mouseUp
  441.  
  442.  
  443.  
  444. -- part 95 (button)
  445. -- low flags: 00
  446. -- high flags: A002
  447. -- rect: left=6 top=212 right=250 bottom=92
  448. -- title width / last selected line: 0
  449. -- icon id / first selected line: 0 / 0
  450. -- text alignment: 1
  451. -- font id: 0
  452. -- text size: 12
  453. -- style flags: 0
  454. -- line height: 16
  455. -- part name: Hang Up
  456. ----- HyperTalk script -----
  457. on mouseUp
  458.   global string,len
  459.   put "ATH0" & return into string
  460.   put DoModem(mode,string,len) into str
  461. end mouseUp
  462.  
  463.  
  464.  
  465. -- part 89 (field)
  466. -- low flags: 00
  467. -- high flags: 2000
  468. -- rect: left=157 top=244 right=265 bottom=401
  469. -- title width / last selected line: 0
  470. -- icon id / first selected line: 0 / 0
  471. -- text alignment: 0
  472. -- font id: 4
  473. -- text size: 12
  474. -- style flags: 0
  475. -- line height: 12
  476. -- part name: Pager
  477.  
  478.  
  479. -- part 96 (button)
  480. -- low flags: 00
  481. -- high flags: A002
  482. -- rect: left=6 top=192 right=211 bottom=92
  483. -- title width / last selected line: 0
  484. -- icon id / first selected line: 0 / 0
  485. -- text alignment: 1
  486. -- font id: 0
  487. -- text size: 12
  488. -- style flags: 0
  489. -- line height: 16
  490. -- part name: Sort by ZIP
  491. ----- HyperTalk script -----
  492. on mouseUp
  493.   answer "Sort by ZIP?" with "NO" or "YES"
  494.   if it is "YES"
  495.   then sort by first word of first line of field "ZIP"
  496. else if it is "NO"
  497. then exit mouseup
  498. end mouseUp
  499.  
  500.  
  501.  
  502. -- part 99 (button)
  503. -- low flags: 00
  504. -- high flags: 2000
  505. -- rect: left=41 top=258 right=278 bottom=61
  506. -- title width / last selected line: 0
  507. -- icon id / first selected line: 26635 / 26635
  508. -- text alignment: 1
  509. -- font id: 0
  510. -- text size: 12
  511. -- style flags: 0
  512. -- line height: 16
  513. -- part name: Dial Type
  514. ----- HyperTalk script -----
  515. on mouseUp
  516.   Visual effect zoom open
  517.   hide message window
  518.   push card
  519.   go to card id 9933
  520. end mouseUp
  521.  
  522.  
  523.  
  524. -- part 100 (button)
  525. -- low flags: 00
  526. -- high flags: A002
  527. -- rect: left=8 top=292 right=313 bottom=93
  528. -- title width / last selected line: 0
  529. -- icon id / first selected line: 0 / 0
  530. -- text alignment: 1
  531. -- font id: 0
  532. -- text size: 12
  533. -- style flags: 0
  534. -- line height: 16
  535. -- part name: Set Modem
  536. ----- HyperTalk script -----
  537. on mouseUp
  538.   push card
  539.   hide message window
  540.   go to card id 10369
  541. end mouseUp
  542.  
  543.  
  544.  
  545.  
  546. -- part 104 (button)
  547. -- low flags: 80
  548. -- high flags: 8003
  549. -- rect: left=280 top=201 right=228 bottom=313
  550. -- title width / last selected line: 0
  551. -- icon id / first selected line: 0 / 0
  552. -- text alignment: 1
  553. -- font id: 0
  554. -- text size: 12
  555. -- style flags: 0
  556. -- line height: 16
  557. -- part name:      OK   3
  558. ----- HyperTalk script -----
  559. on mouseUp
  560.   show field "work phone"
  561.   show field "home phone"
  562.   show field "pager"
  563.   show field "notes"
  564.   hide background button "     OK   3"
  565. end mouseUp
  566.  
  567.  
  568.  
  569. -- part 108 (button)
  570. -- low flags: 00
  571. -- high flags: A002
  572. -- rect: left=8 top=315 right=336 bottom=93
  573. -- title width / last selected line: 0
  574. -- icon id / first selected line: 0 / 0
  575. -- text alignment: 1
  576. -- font id: 0
  577. -- text size: 12
  578. -- style flags: 0
  579. -- line height: 16
  580. -- part name: Reset (ATZ)
  581. ----- HyperTalk script -----
  582. on mouseUp
  583.   global string,len
  584.   put "ATZ" & return into string
  585.   put DoModem(mode,string,len) into str
  586. end mouseUp
  587.  
  588.  
  589.  
  590. -- part 114 (field)
  591. -- low flags: 01
  592. -- high flags: 0000
  593. -- rect: left=111 top=206 right=220 bottom=141
  594. -- title width / last selected line: 0
  595. -- icon id / first selected line: 0 / 0
  596. -- text alignment: 0
  597. -- font id: 3
  598. -- text size: 9
  599. -- style flags: 0
  600. -- line height: 12
  601. -- part name: Field 1
  602.  
  603.  
  604. -- part 115 (field)
  605. -- low flags: 01
  606. -- high flags: 0000
  607. -- rect: left=111 top=225 right=239 bottom=141
  608. -- title width / last selected line: 0
  609. -- icon id / first selected line: 0 / 0
  610. -- text alignment: 0
  611. -- font id: 3
  612. -- text size: 9
  613. -- style flags: 0
  614. -- line height: 12
  615. -- part name: Field 2
  616.  
  617.  
  618. -- part 116 (field)
  619. -- low flags: 01
  620. -- high flags: 0000
  621. -- rect: left=111 top=245 right=259 bottom=141
  622. -- title width / last selected line: 0
  623. -- icon id / first selected line: 0 / 0
  624. -- text alignment: 0
  625. -- font id: 3
  626. -- text size: 9
  627. -- style flags: 0
  628. -- line height: 12
  629. -- part name: Field 3
  630.  
  631.  
  632. -- part 117 (field)
  633. -- low flags: 01
  634. -- high flags: 0000
  635. -- rect: left=111 top=266 right=280 bottom=141
  636. -- title width / last selected line: 0
  637. -- icon id / first selected line: 0 / 0
  638. -- text alignment: 0
  639. -- font id: 3
  640. -- text size: 9
  641. -- style flags: 0
  642. -- line height: 12
  643. -- part name: Field 4
  644.  
  645.  
  646. -- part 122 (button)
  647. -- low flags: 00
  648. -- high flags: 2000
  649. -- rect: left=141 top=264 right=281 bottom=157
  650. -- title width / last selected line: 0
  651. -- icon id / first selected line: 16560 / 16560
  652. -- text alignment: 1
  653. -- font id: 0
  654. -- text size: 12
  655. -- style flags: 0
  656. -- line height: 16
  657. -- part name: Dial Misc
  658. ----- HyperTalk script -----
  659. on mouseUp
  660.   global mode,string,len,baud,stop,parity,data,ds
  661.   put OpenModem(baud,stop,parity,data,1,buf) into input
  662.   if "0123456789(*#" contains first character of Field "Misc"
  663.   then
  664.   set hilite of bkgnd button "Dial Misc" to false
  665.   put field "DialString" into DS
  666.   put DS && field "Field 4" & return into string
  667.   put the length of string into len
  668.   put DoModem(mode,string,len) into str
  669. else
  670.   set hilite of bkgnd button "Dial Misc" to false
  671.   Ask "Dial what number?"
  672.   if it <= 0 then exit mouseUp
  673.   else
  674.     put field "Field 4" into DS
  675.     put DS && it & return into string
  676.     put the length of string into len
  677.     put DoModem(mode,string,len) into str
  678.   end if
  679. end if
  680. if FIELD "A4" = "ΓÇó"
  681. then
  682. if field "Field 4" = "ATDP"
  683. then
  684. wait 15 seconds
  685. put "ATH0" into DS
  686. put DS & return into string
  687. put the length of string into len
  688. put DoModem(mode,string,len) into str
  689. else
  690.   wait 5 seconds
  691.   put "ATH0" into DS
  692.   put DS & return into string
  693.   put the length of string into len
  694.   put DoModem(mode,string,len) into str
  695. end if
  696. end if
  697. end mouseUp
  698.  
  699.  
  700.  
  701. -- part 123 (field)
  702. -- low flags: 00
  703. -- high flags: 2000
  704. -- rect: left=157 top=264 right=285 bottom=401
  705. -- title width / last selected line: 0
  706. -- icon id / first selected line: 0 / 0
  707. -- text alignment: 0
  708. -- font id: 4
  709. -- text size: 12
  710. -- style flags: 0
  711. -- line height: 12
  712. -- part name: Misc
  713.  
  714.  
  715. -- part 129 (field)
  716. -- low flags: 01
  717. -- high flags: 0000
  718. -- rect: left=385 top=203 right=224 bottom=402
  719. -- title width / last selected line: 0
  720. -- icon id / first selected line: 0 / 0
  721. -- text alignment: 0
  722. -- font id: 3
  723. -- text size: 12
  724. -- style flags: 0
  725. -- line height: 16
  726. -- part name: A1
  727. ----- HyperTalk script -----
  728. on mouseUp
  729.   IF FIELD "A1" <= 0
  730.   THEN
  731.   put "ΓÇó" inTO field "A1"
  732. else
  733.   put "" inTO field "A1"
  734. end if
  735. end mouseUp
  736.  
  737.  
  738.  
  739. -- part 130 (field)
  740. -- low flags: 01
  741. -- high flags: 0000
  742. -- rect: left=385 top=223 right=243 bottom=401
  743. -- title width / last selected line: 0
  744. -- icon id / first selected line: 0 / 0
  745. -- text alignment: 0
  746. -- font id: 3
  747. -- text size: 12
  748. -- style flags: 0
  749. -- line height: 16
  750. -- part name: A2
  751. ----- HyperTalk script -----
  752. on mouseUp
  753.   IF FIELD "A2" <= 0
  754.   THEN
  755.   put "ΓÇó" inTO field "A2"
  756. else
  757.   put "" inTO field "A2"
  758. end if
  759. end mouseUp
  760.  
  761.  
  762.  
  763. -- part 131 (field)
  764. -- low flags: 01
  765. -- high flags: 0000
  766. -- rect: left=385 top=243 right=263 bottom=401
  767. -- title width / last selected line: 0
  768. -- icon id / first selected line: 0 / 0
  769. -- text alignment: 0
  770. -- font id: 3
  771. -- text size: 12
  772. -- style flags: 0
  773. -- line height: 16
  774. -- part name: A3
  775. ----- HyperTalk script -----
  776. on mouseUp
  777.   IF FIELD "A3" <= 0
  778.   THEN
  779.   put "ΓÇó" inTO field "A3"
  780. else
  781.   put "" inTO field "A3"
  782. end if
  783. end mouseUp
  784.  
  785.  
  786.  
  787. -- part 132 (field)
  788. -- low flags: 01
  789. -- high flags: 0000
  790. -- rect: left=385 top=263 right=284 bottom=400
  791. -- title width / last selected line: 0
  792. -- icon id / first selected line: 0 / 0
  793. -- text alignment: 0
  794. -- font id: 3
  795. -- text size: 12
  796. -- style flags: 0
  797. -- line height: 16
  798. -- part name: A4
  799. ----- HyperTalk script -----
  800. on mouseUp
  801.   IF FIELD "A4" <= 0
  802.   THEN
  803.   put "ΓÇó" inTO field "A4"
  804. else
  805.   put "" inTO field "A4"
  806. end if
  807. end mouseUp
  808.  
  809.  
  810.  
  811. -- part 133 (field)
  812. -- low flags: 01
  813. -- high flags: 0000
  814. -- rect: left=96 top=204 right=225 bottom=113
  815. -- title width / last selected line: 0
  816. -- icon id / first selected line: 0 / 0
  817. -- text alignment: 0
  818. -- font id: 3
  819. -- text size: 12
  820. -- style flags: 0
  821. -- line height: 16
  822. -- part name: B1
  823. ----- HyperTalk script -----
  824. on mouseUp
  825.   IF FIELD "B1" <= 0
  826.   THEN
  827.   put "ΓÇó" inTO field "B1"
  828.   put "ATDT" into field "Field 1"
  829. else
  830.   put "" inTO field "B1"
  831.   put "ATDP" into field "Field 1"
  832. end if
  833. end mouseUp
  834.  
  835.  
  836.  
  837. -- part 134 (field)
  838. -- low flags: 01
  839. -- high flags: 0000
  840. -- rect: left=96 top=223 right=244 bottom=113
  841. -- title width / last selected line: 0
  842. -- icon id / first selected line: 0 / 0
  843. -- text alignment: 0
  844. -- font id: 3
  845. -- text size: 12
  846. -- style flags: 0
  847. -- line height: 16
  848. -- part name: B2
  849. ----- HyperTalk script -----
  850. on mouseUp
  851.   IF FIELD "B2" <= 0
  852.   THEN
  853.   put "ΓÇó" inTO field "B2"
  854.   put "ATDT" into field "Field 2"
  855. else
  856.   put "" inTO field "B2"
  857.   put "ATDP" into field "Field 2"
  858. end if
  859. end mouseUp
  860.  
  861.  
  862.  
  863. -- part 135 (field)
  864. -- low flags: 01
  865. -- high flags: 0000
  866. -- rect: left=96 top=243 right=264 bottom=113
  867. -- title width / last selected line: 0
  868. -- icon id / first selected line: 0 / 0
  869. -- text alignment: 0
  870. -- font id: 3
  871. -- text size: 12
  872. -- style flags: 0
  873. -- line height: 16
  874. -- part name: B3
  875. ----- HyperTalk script -----
  876. on mouseUp
  877.   IF FIELD "B3" <= 0
  878.   THEN
  879.   put "ΓÇó" inTO field "B3"
  880.   put "ATDT" into field "Field 3"
  881. else
  882.   put "" inTO field "B3"
  883.   put "ATDP" into field "Field 3"
  884. end if
  885. end mouseUp
  886.  
  887.  
  888.  
  889. -- part 136 (field)
  890. -- low flags: 01
  891. -- high flags: 0000
  892. -- rect: left=96 top=264 right=285 bottom=113
  893. -- title width / last selected line: 0
  894. -- icon id / first selected line: 0 / 0
  895. -- text alignment: 0
  896. -- font id: 3
  897. -- text size: 12
  898. -- style flags: 0
  899. -- line height: 16
  900. -- part name: B4
  901. ----- HyperTalk script -----
  902. on mouseUp
  903.   IF FIELD "B4" <= 0
  904.   THEN
  905.   put "ΓÇó" inTO field "B4"
  906.   put "ATDT" into field "Field 4"
  907. else
  908.   put "" inTO field "B4"
  909.   put "ATDP" into field "Field 4"
  910. end if
  911. end mouseUp
  912.  
  913.